Skip to content

Commit

Permalink
Version 2.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
aivarannamaa committed May 1, 2023
1 parent 30249e1 commit 29bb4ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Version history
===============

2.0b1 (2023-05-01)
==================
* Support micropython-lib index v2, #5

1.0b8 (2023-01-14)
==================
* Fix AssertionError when upgrading a package
Expand Down
2 changes: 1 addition & 1 deletion pipkin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

logger = logging.getLogger("pipkin")

__version__ = "1.0b8"
__version__ = "2.0b1"


def error(msg):
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
filelock>=3.0.*
filelock>=3.0
pyserial>=3.4
wheel

0 comments on commit 29bb4ed

Please sign in to comment.