Skip to content

Commit

Permalink
v0.11.1 — Loosen attrs version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed May 29, 2019
1 parent 2053ec1 commit 376377b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.11.1 (2019-05-29)
--------------------
- Loosen `attrs` version requirement

v0.11.0 (2018-11-15)
--------------------
- Added numeric alignment
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017-2018 John Thorvald Wodder II
Copyright (c) 2017-2019 John Thorvald Wodder II

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion txtble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
UnterminatedColorError
from .util import with_color_stripped

__version__ = '0.12.0.dev1'
__version__ = '0.11.1'
__author__ = 'John Thorvald Wodder II'
__author_email__ = '[email protected]'
__license__ = 'MIT'
Expand Down

0 comments on commit 376377b

Please sign in to comment.