Skip to content

Commit 4819e79

Browse files
semantic-releaseTravis CI User
semantic-release
authored and
Travis CI User
committed
3.0.0
Automatically generated by python-semantic-release
1 parent bf702db commit 4819e79

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
<!--next-version-placeholder-->
4+
5+
## v3.0.0 (2020-10-19)
6+
### Fix
7+
* Add support for column27 ([`f7a4c1c`](https://github.com/honzajavorek/fiobank/commit/f7a4c1cb5ed74d71ce93e2456bc85a4ddbd77778))
8+
9+
### Breaking
10+
* The fiobank library no longer supports Python 3.5 ([`71bc4f1`](https://github.com/honzajavorek/fiobank/commit/71bc4f1210693a56764236d0f6aaa8fd809d06aa))
11+
12+
### Documentation
13+
* Fix user_identifiaction and few other grammarly suggestions ([`1476165`](https://github.com/honzajavorek/fiobank/commit/1476165f7d6f3aa8fb5493e6c06ba38dac381440))

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
print(message, file=sys.stderr)
1010

1111

12-
version = '2.0.0'
12+
version = '3.0.0'
1313

1414

1515
install_requires = [

0 commit comments

Comments
 (0)