summaryrefslogtreecommitdiffstats
path: root/lpschedule_generator/_version.py
Commit message (Collapse)AuthorAgeFilesLines
* lpschedule_generator: bump to version 0.10.2v0.10.2rsiddharth2020-07-111-1/+1
|
* lpschedule_generator/_version.py: Bump to dev version.rsiddharth2020-07-091-1/+1
|
* Format via black.rsiddharth2020-07-091-1/+1
|
* lpschedule_generator/_version.py: Bump to 0.10.0.v0.10.0tpprsiddharth2019-07-201-1/+1
|
* lps_gen.py: Update LPiCal.gen_ical.rsiddharth2019-07-201-1/+1
| | | | | * lps_gen.py (LPiCal.gen_ical): Use decode to convert bytes to str. * lpschedule_generator/_version.py: Bump to 0.10.0.dev3.
* setup.py: Update config.rsiddharth2019-07-201-1/+1
| | | | | * lpschedule_generator/_version.py: Bump to 0.10.dev1 * setup.py (config): Remove platforms, update classifiers.
* lpschedule_generator/_version.py: Bump to 0.10.dev1rsiddharth2019-07-201-1/+1
|
* lpschedule_generator/_version.py: Bump to 0.9.0.v0.9.0rsiddharth2019-06-161-1/+1
|
* lpschedule_generator/_version.py: Bump to 0.9.0b2.rsiddharth2019-06-161-1/+1
|
* lpschedule_generator/_version.py: Bump to 0.9.0b1rsiddharth2019-06-161-1/+1
|
* Dedicate to Public Domain.rsiddharth2018-09-091-5/+3
| | | | | | | | | | | | * Makefile: Put under CC0-1.0. * docs/conf.py: Put under CC0-1.0. * libreplanet-templates/2016/lp-schedule.jinja2: Put under CC0-1.0. * libreplanet-templates/2016/lp-speakers.jinja2: Put under CC0-1.0. * libreplanet-templates/2017/lp-schedule.jinja2: Put under CC0-1.0. * libreplanet-templates/2018/lp-schedule.jinja2: Put under CC0-1.0. * lps_gen.py: Put under CC0-1.0. * lpschedule_generator/_version.py: Put under CC0-1.0. * setup.py: Put under CC0-1.0.
* Bump to 0.8.3 (godspeed).v0.8.3rsiddharth2018-08-191-1/+1
| | | | * lpschedule_generator/_version.py (__version__): Update variable.
* lpschedule_generator/_version.py: Use SPDX license identifier.rsiddharth2018-08-191-12/+1
|
* Bump to version 0.8.2.v0.8.2rsiddharth2018-03-221-2/+2
| | | | lpschedule_generator/_version.py (__version__): Update variable.
* Bump to 0.8.1.v0.8.1rsiddharth2017-11-021-1/+1
| | | | | * lpschedule_generator/_version.py (__version__): Update variable.
* lpschedule_generator: Bump to version 0.8.0.rsiddharth2017-10-291-1/+1
| | | | * lpschedule_generator/_version.py (__version__): Update variable.
* lpschedule_generator: Bump to 0.8.0b1.rsiddharth2017-10-291-1/+1
| | | | * lpschedule_generator/_version.py (__version__): Update variable.
* lps_gen.py: Update print statements.rsiddharth2017-10-221-1/+1
| | | | | | | Use `print` as a function. * lps_gen.py (read_file, write_file, RenderHTML, main): Update functions. * lpschedule_generator/_version.py (__version__): Update variable.
* Bump to 0.7.1.v0.7.1rsiddharth2017-07-161-1/+1
| | | | * lpschedule_generator/_version.py (__version__): Update variable.
* Bump to v0.7.0.rsiddharth2017-07-071-1/+1
| | | | * lpschedule_generator/_version.py (__version__): Update variable.
* setup.py: Update data_files.rsiddharth2017-07-061-1/+1
| | | | * lpschedule_generator/_version.py (__version__): Update variable.
* lpschedule_generator: Update __version__ to 0.7.0b1.rsiddharth2017-07-061-2/+2
| | | | * lpschedule_generator/_version.py (__version__): Update variable.
* Bump to version 0.6.1v0.6.1rsiddharth2017-03-071-1/+1
| | | | * lpschedule_generator/_version.py (__version__): Update variable.
* setup.py: Update `data_files`rsiddharth2017-03-071-1/+1
| | | | | | Include 2017 lp-schedule.jinja2 in `data_files`. * lpschedule_generator/_version.py (__version__): Update variable.
* Makefile: change gpg signing key.rsiddharth2016-07-231-1/+1
| | | | See http://rsiddharth.ninth.su/key-transition-2016.txt
* bumped to version 0.6.0v0.6.0rsiddharth2016-05-271-1/+1
|
* docs: re-structure LP schedule page.rsiddharth2016-05-211-1/+1
|
* update README.rstrsiddharth2016-05-121-1/+1
|
* update lpschedule_generator/_version.pyrsiddharth2016-05-121-1/+1
|
* bumped to version 0.5.1v0.5.1rsiddharth2016-05-111-1/+1
| | | | I screwed up -- tagged ce5118e301a as v0.5.0 :|
* bumped to version 0.5.0rsiddharth2016-05-111-1/+1
|
* update copyright.rsiddharth2016-05-111-1/+1
|
* bumped to v0.5.0a1rsiddharth2016-05-111-1/+1
|
* bumped to 0.4.0v0.5.0v0.4.0rsiddharth2016-03-191-1/+1
| | | | iCal support.
* Update LPiCal class.rsiddharth2016-03-191-1/+1
| | | | | | | - Detects when timeslot is not given and ignores that timeslot. - Detects when month, day not given and ignores that day. Addresses issue #8.
* 0.4.0rc1rsiddharth2016-03-181-1/+1
|
* bumped to version 0.3.3v0.3.3rsiddharth2016-03-051-1/+1
|
* Moved _version elsewhere.rsiddharth2016-03-051-0/+21
It is now at lpschedule_generator/_version.py