Skip to content

Tags: oeddyo/rq

Tags

0.3.2

Toggle 0.3.2's commit message
Release version 0.3.2.

0.3.1

Toggle 0.3.1's commit message
Release 0.3.1

0.3.0

Toggle 0.3.0's commit message
Add changelog and bump version to 0.3.0.

0.2.2

Toggle 0.2.2's commit message
Bump the version.

0.2.1

Toggle 0.2.1's commit message
Bump the version.

0.2.0

Toggle 0.2.0's commit message
Bump version.

0.1.2

Toggle 0.1.2's commit message
Bump version number.

0.1.1

Toggle 0.1.1's commit message
Add change log.

0.1.0

Toggle 0.1.0's commit message
Tag the first public release.

0.3

Toggle 0.3's commit message
Revert "No need to store the version in a separate file."

This reverts commit a8373a2 and fixes rq#3.

If we import times from the setup.py file, it'll require pytz to be
available at install time, which we should not be wanting.  Therefore,
I've reverted back to the state where I simply import the version number
from the version.py file directly.

Conflicts:

	times/__init__.py