Skip to content

Commit

Permalink
REL: Patch release of MMU v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RUrlus committed Dec 5, 2022
1 parent 63043e3 commit 30b265b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# MMU v0.1.1

## Enhancements

* Adds support for Python 3.11
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.16)

IF (NOT DEFINED MMU_VERSION_INFO)
SET(MMU_VERSION_INFO "0.1.0")
SET(MMU_VERSION_INFO "0.1.1")
ENDIF ()

PROJECT(
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@

project = 'mmu'
copyright = '2022, R. Urlus'
author = 'R. Urlus'
author = 'R. Urlus, M. Baak'

# The full version, including alpha/beta/rc tags
release = '0.1.0'
release = '0.1.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

MAJOR = 0
REVISION = 1
PATCH = 0
PATCH = 1
# dev should be the dev version number (typically 0) or None if not dev version
DEV = None
# rc should be the release candidate version (typically 0) or None if not rc
Expand Down

0 comments on commit 30b265b

Please sign in to comment.