Skip to content

Commit 60a86aa

Browse files
author
Stephen Hoover
authored
MAINT Update version number to 1.9.0 (#251)
1 parent 403f318 commit 60a86aa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66
### Fixed
7+
8+
### Added
9+
10+
### Changed
11+
12+
## 1.9.0 - 2018-04-25
13+
### Fixed
714
- Added more robust parsing for tablename parsing in io. You may now
815
pass in tables like schema."tablename.with.periods".
916
- Adding in missing documentation for civis_file_to_table

civis/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.8.1"
1+
__version__ = "1.9.0"

0 commit comments

Comments
 (0)