Skip to content

Commit

Permalink
Merge branch 'develop' into balazs-endresz-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mbi committed Sep 27, 2024
2 parents 6f0eb0f + 9e3285c commit ec29b55
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Version History
===============

Version 0.10.2 (unreleased)
---------------------------
* Tests: update flake8 in tox tests


Version 0.10.1
--------------
* Remamed the zh_hans locale to zh_Hans (issue #282, thanks @sunfkny)
Expand Down
2 changes: 1 addition & 1 deletion rosetta/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 10, 1)
VERSION = (0, 10, 2)


def get_version(limit=3):
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ commands =

[testenv:flake8]
basepython = python3
deps = flake8==3.9.2
deps =
flake8==7.1.1
commands=
flake8 {toxinidir}/rosetta

0 comments on commit ec29b55

Please sign in to comment.