File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
44sys .modules .setdefault ("automated_logging" , automated_logging )
55
6- __version__ = "4.9.2 "
6+ __version__ = "4.9.3 "
77
88default_app_config = "galaxy_ng.app.PulpGalaxyPluginAppConfig"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class PulpGalaxyPluginAppConfig(PulpPluginAppConfig):
66
77 name = "galaxy_ng.app"
88 label = "galaxy"
9- version = "4.9.2 "
9+ version = "4.9.3 "
1010 python_package_name = "galaxy-ng"
1111
1212 def ready (self ):
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 4.9.2
2+ current_version = 4.9.3
33commit = False
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+))?((?P<build>\d+))?
Original file line number Diff line number Diff line change 1313from setuptools .command .sdist import sdist as _SDistCommand
1414
1515package_name = os .environ .get ("GALAXY_NG_ALTERNATE_NAME" , "galaxy-ng" )
16- version = "4.9.2 "
16+ version = "4.9.3 "
1717
1818
1919class PrepareStaticCommand (Command ):
You can’t perform that action at this time.
0 commit comments