Skip to content

Commit bd754b8

Browse files
authored
Release 4.9.3 (#2474)
release 4.9.3
1 parent 790a1b3 commit bd754b8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

galaxy_ng/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
sys.modules.setdefault("automated_logging", automated_logging)
55

6-
__version__ = "4.9.2"
6+
__version__ = "4.9.3"
77

88
default_app_config = "galaxy_ng.app.PulpGalaxyPluginAppConfig"

galaxy_ng/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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):

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.9.2
2+
current_version = 4.9.3
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+))?((?P<build>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from setuptools.command.sdist import sdist as _SDistCommand
1414

1515
package_name = os.environ.get("GALAXY_NG_ALTERNATE_NAME", "galaxy-ng")
16-
version = "4.9.2"
16+
version = "4.9.3"
1717

1818

1919
class PrepareStaticCommand(Command):

0 commit comments

Comments
 (0)