Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 823 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 823 Bytes

Lispify Build Status

Lispify converts Python objects into Lisp-like encoded strings that are interpretable in Common Lisp. This library requires Python 2.6, 2.7, or 3.3+.

Releases

Each release should be documented in CHANGELOG.md.

Version numbers MAJOR.MINOR.PATCH should follow a system inspired by semantic versioning. Increment the:

  1. MAJOR version when you make incompatible API changes (unlikely to change from 1.x.x),
  2. MINOR version when you add functionality in a backwards-compatible manner, and
  3. PATCH version when you make backwards-compatible bug fixes.

Create a release on Github for each new version.