Skip to content

Commit

Permalink
Update release version to 0.1.1 + update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
StephaneCapponi committed Mar 8, 2023
1 parent d2fd267 commit 627015b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/internals/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ section of releases.

You can retrieve all deprecations :doc:`here </internals/deprecations>`

Socon 0.1.1
===========

Bug Fixes:
----------

* `#2 <https://github.com/socon-dev/socon/issues/2>`_: Fixed by removing __pycache__ when rendering templates

Improved Documentation
----------------------

* Fix link in CONTRIBUTION.rst
* Fix spelling in pyproject.toml description

Socon 0.1.0
===========

Expand Down
2 changes: 1 addition & 1 deletion socon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from socon.utils.version import get_version

VERSION = (0, 1, 0, "final", 0)
VERSION = (0, 1, 1, "final", 0)

__version__ = get_version(VERSION)

Expand Down

0 comments on commit 627015b

Please sign in to comment.