Skip to content

Commit

Permalink
New Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Release-Candidate committed Apr 25, 2021
1 parent 6d39557 commit d096446
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/create_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,6 @@ jobs:
with:
dotnet-version: 5.0.x

- name: Cache pip
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-Tzolkin-pip-pipenv-${{ hashFiles('Pipfile.lock') }}
restore-keys: |
${{ runner.os }}-Tzolkin-pip-pipenv
- name: Cache pipenv
uses: actions/cache@v2
with:
path: ~/.local/share/virtualenvs
key: ${{ runner.os }}-Tzolkin-pipenv-${{ hashFiles('Pipfile.lock') }}
restore-keys: |
${{ runner.os }}-Tzolkin-pipenv-
- name: Setup pipenv
run: python -m pip install --upgrade pipenv

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Tzolkin Changelog

## Version 0.9.18 (2021-04-25)

Fixed addition and subtraction in TzolkinNumber and TzolkinGlyph.

## Version 0.9.17 (2021-04-25)

Fixed addition and subtraction in TzolkinNumber and TzolkinGlyph.
Expand Down

0 comments on commit d096446

Please sign in to comment.