Skip to content

Commit 7767263

Browse files
committed
Preparing for release 1.0
1 parent 01f3e07 commit 7767263

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22
Version History
33
===============
44

5-
`1.0.0-beta11`_ - ????????
5+
`1.0.0`_ - 6-12-24
66
--------------------------
77
Fixes
88
~~~~~
99
* Add support for characters as mod location
1010
* support subfolders for the sex actions and managers
1111

12+
Other
13+
~~~~~
14+
* Moved from python 3.8 to python 3.12
15+
* Solved issues due to API changes from dependencies
16+
1217
`1.0.0-beta10`_ - 09-01-23
1318
--------------------------
1419
Fixes
@@ -208,7 +213,8 @@ Fixed
208213
* Internal dev stuff: changes of libraries used, reworking codebase, etc
209214

210215

211-
.. _`1.0.0-beta11`: https://github.com/bicobus/qModManager/compare/v1.0.0-beta10...development
216+
.. _`1.0.1`: https://github.com/bicobus/qModManager/compare/v1.0.0...development
217+
.. _`1.0.0`: https://github.com/bicobus/qModManager/compare/v1.0.0-beta11...v1.0.0
212218
.. _`1.0.0-beta10`: https://github.com/bicobus/qModManager/compare/v1.0.0-beta9...v1.0.0-beta10
213219
.. _`1.0.0-beta9`: https://github.com/bicobus/qModManager/compare/v1.0.0-beta8...v1.0.0-beta9
214220
.. _`1.0.0-beta8`: https://github.com/bicobus/qModManager/compare/v1.0.0-beta7...v1.0.0-beta8

qmm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
VERSION_MINOR = 0
66
VERSION_BUILD = 0
77
# Either alpha, beta, RC or stable
8-
VERSION_STAGE = "beta11"
8+
VERSION_STAGE = "stable"
99
VERSION_INFO = (VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_STAGE)
1010

1111
VERSION_STRING = "%d.%d.%d-%s" % VERSION_INFO

0 commit comments

Comments
 (0)