Skip to content

Commit

Permalink
Update to version 0.4.0
Browse files Browse the repository at this point in the history
Note that we are no longer using `devN` in the version numbering. This
is in accordance with [PEP0440][pep] which states that:

> While they may be useful for continuous integration purposes,
> publishing developmental releases of pre-releases to general purpose
> public index servers is strongly discouraged, as it makes the version
> identifier difficult to parse for human readers. If such a release
> needs to be published, it is substantially clearer to instead create a
> new pre-release by incrementing the numeric component.

[pep]: https://www.python.org/dev/peps/pep-0440/#developmental-releases

This version is the first to have docs online at https:/readthedocs.org.
  • Loading branch information
SamLau95 committed Jan 18, 2016
1 parent 9982b1f commit 4dc30b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## v0.4.0
### Added
- This CHANGELOG file!
- Docs are now up on [readthedocs][rtd].
Expand Down
2 changes: 1 addition & 1 deletion datascience/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.dev22'
__version__ = '0.4.0'

0 comments on commit 4dc30b4

Please sign in to comment.