Skip to content

v0.5.0-rc4

Pre-release
Pre-release
Compare
Choose a tag to compare
@tulir tulir released this 16 Mar 15:42
· 1117 commits to master since this release
  • Added verbose flag to migration script
  • Added pytest setup and some tests (thanks to @V02460)
  • Fixed scripts (DBMS migration and Telematrix import) not being included in builds
  • Fixed some database problems
  • Removed remaining traces of ORM that might have been the causes of some other database problems (#296)
  • Removed option to use lxml in HTML parsing as it was messing up emoji offset handling. The new HTML parser supports using the default python HTMLParser class since 0.5.0rc1, so lxml wasn't really useful anway.