File tree 5 files changed +13
-4
lines changed
5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,15 @@ Changelog
13
13
14
14
.. towncrier release notes start
15
15
16
+ 4.8.1 (2023-10-17)
17
+ ==================
18
+
19
+ No significant changes.
20
+
21
+
22
+ ----
23
+
24
+
16
25
4.8.0 (2023-09-13)
17
26
==================
18
27
Original file line number Diff line number Diff line change 3
3
4
4
sys .modules .setdefault ("automated_logging" , automated_logging )
5
5
6
- __version__ = "4.8.0 "
6
+ __version__ = "4.8.1 "
7
7
8
8
default_app_config = "galaxy_ng.app.PulpGalaxyPluginAppConfig"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class PulpGalaxyPluginAppConfig(PulpPluginAppConfig):
6
6
7
7
name = "galaxy_ng.app"
8
8
label = "galaxy"
9
- version = "4.8.0 "
9
+ version = "4.8.1 "
10
10
python_package_name = "galaxy-ng"
11
11
12
12
def ready (self ):
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 4.8.0
2
+ current_version = 4.8.1
3
3
commit = False
4
4
tag = False
5
5
parse = (?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 13
13
from setuptools .command .sdist import sdist as _SDistCommand
14
14
15
15
package_name = os .environ .get ("GALAXY_NG_ALTERNATE_NAME" , "galaxy-ng" )
16
- version = "4.8.0 "
16
+ version = "4.8.1 "
17
17
18
18
19
19
class PrepareStaticCommand (Command ):
You can’t perform that action at this time.
0 commit comments