Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc update #57

Merged
merged 4 commits into from
Oct 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,21 @@ Lifecycle: Not released yet.
1.0.0 Will be assigned when we have verified that the encryption is absolutely stable AND we believe the risk of us accidentally deleting peoples secrets is < 0.0001%. In practice this means better unit testing and talking to 2-3 more cryptography experts (especially outside of Dispel). Are you such an expert? Get in touch! cdilorenzo@dispel.io.


0.14.6
------

Lifecycle: 2018-10-22 - current

* **[0.14.6]** BUG: Had issue when double decrypting certain files (which should be safe operation, and now it is again). `(PR#56) <https://github.com/dispel/jak/pull/56>`_


0.14.5
------

Lifecycle: 2018-03-08 - current
Lifecycle: 2018-03-08 - 2018-10-22

* **[0.14.4]** BUG: SourceTree (and other linuxy apps hopefully) should now work with the pre-commit hook. `(PR#45) <https://github.com/dispel/jak/pull/45>`_
* **[0.14.5]** ENHANCEMENT: Better message when malformed jakfile. `(PR#48) <https://github.com/dispel/jak/pull/48>`_
* **[0.14.5]** ENHANCEMENT: Better message when malformed jakfile. `(PR#51) <https://github.com/dispel/jak/pull/51>`_

* Other:
* Updated 2017 to 2018 (Happy new year!?)
Expand Down
2 changes: 1 addition & 1 deletion docs/supported-platforms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Python

jak is explicitly tested on Pythons:

- 2.7 (It is probably safe to assume jak works for 2.7.7 - 2.7.14)
- 2.7 (It is probably safe to assume jak works for 2.7.7 - 2.7.X, where X > 7)
- 3.4
- 3.5
- 3.6
Expand Down
2 changes: 1 addition & 1 deletion jak/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
Apache 2.0 License, see https://github.com/dispel/jak/blob/master/LICENSE for details.
"""

__version__ = '0.14.5'
__version__ = '0.14.6'
__version_full__ = "Jak v{0} ({1})".format(__version__, 'Troubled Toddler')
2 changes: 2 additions & 0 deletions ship.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# tags: deploy, ship, pypi

# If this is your first time or it's just been a while:
# https://packaging.python.org/guides/using-testpypi/
# https://packaging.python.org/tutorials/distributing-packages/#uploading-your-project-to-pypi
Expand Down