Skip to content

Commit e17eb80

Browse files
committed
Fixed rst syntax issue in README that prevented publishing on PyPI. New attempt with version increased to 1.0 beta 8.
1 parent a204a42 commit e17eb80

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ following advantages:
570570

571571
- the object's class defines ``__getattribute__`` or
572572
- the object has no ``__orig_class__`` attribute and the object's class defines ``__getattr__``.
573+
573574
See `discussion at pull request 53 <https://github.com/Stewori/pytypes/pull/53>`__.
574575

575576
If ``default_to__class__`` is ``True`` it returns ``obj.__class__`` as final fallback.

pytypes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
Default: 'typelogger_output'
297297
"""
298298

299-
_version = '1.0b7' # Only used as fallback for jython-standalone.jar
299+
_version = '1.0b8' # Only used as fallback for jython-standalone.jar
300300
# Needs to be imported before touching the Python import machinery
301301
try:
302302
import pkg_resources

0 commit comments

Comments
 (0)