Skip to content

Commit

Permalink
Update CHANGELOG for release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rbreu committed Jul 18, 2021
1 parent 50eda28 commit d9ebf93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
0.1.1 - (unreleased)
====================
0.1.1 - 2021-07-18
==================

Changed
-------
Expand Down
2 changes: 1 addition & 1 deletion beeref/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'Active:ButtonText': (200, 200, 200),
'Active:Highlight': (83, 167, 165),
'Active:Link': (90, 181, 179),
'Disabled:Light': (0, 0, 0),
'Disabled:Light': (0, 0, 0, 0),
'Disabled:Text': (140, 140, 140),

# BeeRef specific:
Expand Down

0 comments on commit d9ebf93

Please sign in to comment.