Skip to content

Releases: caltechlibrary/template

Release 1.13.0 – Use ATX style heading syntax

14 Oct 23:01
Compare
Choose a tag to compare

Changed the Markdown heading syntax to be ATX style, which seems to be more popular.

Release 1.12.0 – Updated .gitignore

01 Sep 21:38
Compare
Choose a tag to compare

This release adds a few more entries to the .gitignore file for some additional Python items and .bak files.

Release 1.11.0 – Codemeta and CITATION.cff

02 Jul 22:30
Compare
Choose a tag to compare

This release adds a codemeta file that describes the metadata for the template repository itself, and moves the codemeta file with replaceable text to codemeta-TEMPLATE.json. It enhances the codemeta files and adds a CITATION.cff file.

Release 1.10.0 – minor updates

05 Jun 02:49
Compare
Choose a tag to compare

This release fixes a problem with 1.9.0: the changes from PR #2 were not merged into main. (My fault for not noticing that before doing the release.) Also, this release slightly updates the install-Python file.

Release 1.9.0 – Minor updates

03 Jun 22:36
Compare
Choose a tag to compare

This release fixes some typos and uses a proper copyright symbol in the text.

Release 1.8.0 – updated Python instructions & copyright year

06 Jan 01:04
Compare
Choose a tag to compare

This release fixes an error in the Python instructions and also improves them (hopefully). This release also updates the copyright year from 2020 to 2021.

Release 1.7.0

18 Nov 18:37
Compare
Choose a tag to compare

When releasing software on PyPI, using SVG for the icon does not render at all. Further, the URL has to be an absolute URL instead of a relative URL into the .graphics/ subdirectory. Prior to now, I would always fix this in every individual project I worked on, but that's stupid. Let's just fix the template.

Release 1.6.2 – Minor addition to .gitignore

17 Oct 14:23
Compare
Choose a tag to compare

This adds a rule to .gitignore to ignore Emacs #*# files.

Release 1.6.1 – Minor edits

17 Sep 19:26
Compare
Choose a tag to compare

This release includes some minor edits to INSTALL-Python3.md.

Release 1.6.0 – Instructions for Python and Elasticsearch

19 Jul 23:08
Compare
Choose a tag to compare

This release adds template instructions for installing Python and Elasticsearch.