Skip to content

Commit

Permalink
Updating version and changelog for v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpoirier committed Dec 28, 2017
1 parent 572a10c commit a899a5b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = "1.7.0"
release = "1.8.0"

# The short X.Y version.
version = "1.7"
version = "1.8"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
13 changes: 13 additions & 0 deletions docs/releases/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ Tracpro's version is incremented upon each merge to master according to our `Dep
We recommend reviewing the release notes and code diffs before upgrading
between versions.

v1.8.0 (released 2017-12-28)
----------------------------

Code diff: https://github.com/rapidpro/tracpro/compare/v1.7.0...v1.8.0

* Update RapidPro client library to 2.2 (fixing incompatibility
with recent update to the RapidPro server).

* Change implementation of how_to_handle_sameday_responses to
perform acceptably with nearly a million responses that we have
in production. There will be a very long migration during the
deploy, but after that, performance should be okay.

v1.7.0 (released 2017-12-01)
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion tracpro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


# NOTE: Version must be updated in docs/conf.py as well.
VERSION = (1, 7, 0, "final")
VERSION = (1, 8, 0, "final")


def get_version(version):
Expand Down

0 comments on commit a899a5b

Please sign in to comment.