Skip to content

Commit

Permalink
fix docs formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdorneles committed Nov 11, 2017
1 parent 5182280 commit c218fd4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions docs/background/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ Release History
0.1.5
-----

Added support for if conditions in list comprehensions
Added support for printf-style formatting
Several fixes for arguments handling and operations with numbers
Many bugfixes and improvements to docs, tests and error messages
Added implementations for many builtin functions and type methods
VOC jar library now ships with the stdlib modules that it already compiles
* Added support for if conditions in list comprehensions
* Added support for printf-style formatting
* Several fixes for arguments handling and operations with numbers
* Many bugfixes and improvements to docs, tests and error messages
* Added implementations for many builtin functions and type methods
* VOC jar library now ships with the stdlib modules that it already compiles


0.1.4
-----

Added support for self-assignment for attributes and subscript
Added support for multiple comparison
Improved support for slices
Many bugfixes and improvements to docs and tests
Added implementations for many builtin functions and type methods
VOC is now tested in Python 3.6, and uses BeeKeeper for CI
* Added support for self-assignment for attributes and subscript
* Added support for multiple comparison
* Improved support for slices
* Many bugfixes and improvements to docs and tests
* Added implementations for many builtin functions and type methods
* VOC is now tested in Python 3.6, and uses BeeKeeper for CI

0.1.3
-----
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/release_process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ others can benefit from the changes that have been made recently.
$ twine upload dist/voc-0.1.2*

10. Check that you have AWS credentials in a file named ``.env`` file in the
root directory of your project checkout
root directory of your project checkout::

AWS_ACCESS_KEY_ID=...
AWS_SECRET_ACCESS_KEY=...
Expand Down

0 comments on commit c218fd4

Please sign in to comment.