Skip to content

Commit d5299ce

Browse files
committed
v0.4.1 release changes
1 parent ef70b15 commit d5299ce

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1414
### Fixed
1515

1616

17+
## [0.4.1] -- 2020-06-14
18+
19+
### Changed/Fixed
20+
- Corrected errors in the Python Docstrings of both keras and tflearn modules
21+
- Corrected errors/typos in API documentation
22+
1723

1824
## [0.4] -- 2020-06-12
1925

gamornet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
__version__ = "0.4"
2+
__version__ = "0.4.1"
33
__author__ = "Aritra Ghosh (http://ghosharitra.com)"
44
__copyright__ = "Copyright 2020, Aritra Ghosh and Contributors"
55

0 commit comments

Comments
 (0)