Skip to content

Commit 2946d08

Browse files
authored
Release 4.8.1 (#1941)
* bump to 4.81 * towncrier build No-Issue
1 parent b49e028 commit 2946d08

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGES.rst

+9
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ Changelog
1313

1414
.. towncrier release notes start
1515
16+
4.8.1 (2023-10-17)
17+
==================
18+
19+
No significant changes.
20+
21+
22+
----
23+
24+
1625
4.8.0 (2023-09-13)
1726
==================
1827

galaxy_ng/__init__.py

+1-1
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.8.0"
6+
__version__ = "4.8.1"
77

88
default_app_config = "galaxy_ng.app.PulpGalaxyPluginAppConfig"

galaxy_ng/app/__init__.py

+1-1
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.8.0"
9+
version = "4.8.1"
1010
python_package_name = "galaxy-ng"
1111

1212
def ready(self):

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.8.0
2+
current_version = 4.8.1
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

+1-1
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.8.0"
16+
version = "4.8.1"
1717

1818

1919
class PrepareStaticCommand(Command):

0 commit comments

Comments
 (0)