Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Todic committed Jan 27, 2019
1 parent b6e4e8e commit f27e7b1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 0.5.2 - 2019-01-27

### Fixed

- Package versioning that caused a broken upload

## 0.5.1 - 2019-01-27

### Changed
Expand All @@ -14,6 +20,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Drop the `path` keyword argument from `fiona.open` calls [#20](https://github.com/fitodic/centerline/issues/20).

### Removed

- Python 3.5 support


## 0.5 - 2018-09-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion centerline/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from __future__ import unicode_literals

__title__ = 'centerline'
__version__ = '0.5.1'
__version__ = '0.5.2'
__author__ = 'Filip Todic'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2014-present Filip Todic'
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ classifiers =
Operating System :: OS Independent
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Intended Audience :: Science/Research
Intended Audience :: Developers
Topic :: Scientific/Engineering :: GIS
Expand Down

0 comments on commit f27e7b1

Please sign in to comment.