Skip to content

Commit

Permalink
Release 0.3.4. (#228) (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasraabe authored Jul 30, 2020
1 parent 33e1a7f commit 46cc2c8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ releases are available on `Anaconda.org <https://anaconda.org/gettsim/gettsim>`_
* :gh:`222` Fix wohngeld coefficent. Add test for increasing wohngeld.
(:ghuser:`hmgaudecker`, :ghuser:`MaxBlesch`)
* :gh:`225` makes gettsim ready for Python 3.8 (:ghuser:`tobiasraabe`).
* :gh:`228` releases 0.3.4.


0.3.4 - 2020-07-30
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
project = "GETTSIM"
copyright = f"{dt.datetime.now().year}, GETTSIM team" # noqa: A001
author = "GETTSIM team"
release = "0.3.3"
release = "0.3.4"
version = ".".join(release.split(".")[:2])

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion gettsim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from gettsim.interface import compute_taxes_and_transfers # noqa: F401
from gettsim.pre_processing.policy_for_date import get_policies_for_date # noqa: F401

__version__ = "0.3.3"
__version__ = "0.3.4"

COUNTER_TEST_EXECUTIONS = itertools.count()

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.3
current_version = 0.3.4

[bumpversion:file:setup.py]

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

setup(
name="gettsim",
version="0.3.3",
version="0.3.4",
description=DESCRIPTION,
long_description=DESCRIPTION + "\n\n" + README,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit 46cc2c8

Please sign in to comment.