Skip to content

Commit

Permalink
Closing version v0.11.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmnavarrol committed Oct 20, 2023
1 parent 6ca6eb4 commit 45fe7c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# CHANGELOG

## Next Release

## 0.11.5 (2023-OCT-21)
* Differences from [previous tag](/../../compare/v0.11.4-2…v0.11.5).
* Found the way for KDevelop to show '.github' dir on project view.
* BME files added to .gitattributes (as BASH type).
* setup.py deleted as it's needed no more along setuptools.
Expand All @@ -9,10 +12,8 @@
* [#9](https://github.com/jmnavarrol/python-multigit/issues/9) BUG CORRECTED: uncontrolled error when requested a branch which exists locally but not on remote.

## 0.11.4-2
### Added
* A github action now [publishes Sphinx-based code documentation to GitHub Pages](https://jmnavarrol.github.io/python-multigit/).
* Build environment refactoring to support this new feature.

## 0.11.4-1
### Added
* [#8](https://github.com/jmnavarrol/python-multigit/issues/8): [setup.cfg](./src/setup.cfg) updated so it can manage different dependencies depending on running Python version.
2 changes: 1 addition & 1 deletion src/multigit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:source: https://github.com/jmnavarrol/python-multigit
"""

__version__ = '0.11.5-1'
__version__ = '0.11.5'

# Import stuff
import os, sys
Expand Down

0 comments on commit 45fe7c5

Please sign in to comment.