Skip to content

Commit

Permalink
Bumping version from 0.11.0 to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hexatester committed Mar 23, 2021
1 parent daa8c70 commit 55c3625
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dapodik/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

__version__ = "0.11.0"
__dapodik_version__ = "2021.c"
__version__ = "0.12.0"
__dapodik_version__ = "2021.d"
__semester__ = "20202"
__tahun_ajaran__ = "2020"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dapodik"
version = "0.11.0"
version = "0.12.0"
description = "SDK python untuk aplikasi dapodik."
authors = ["hexatester <habibrohman@protonmail.com>"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions tests/test_dapodik.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


def test_version():
assert __version__ == "0.11.0"
assert __dapodik_version__ == "2021.c"
assert __version__ == "0.12.0"
assert __dapodik_version__ == "2021.d"
assert __semester__ == "20202"
assert __tahun_ajaran__ == "2020"
assert __semester__.startswith(__tahun_ajaran__)

0 comments on commit 55c3625

Please sign in to comment.